///////////////// //// wad2bmp //// ///////////////// About: This simple command line program takes a Half-Life WAD3 file and extracts the highest resolution mipmap of each texture as a bitmap. This program can also be used to list all the textures in a WAD3 file. Arguments: wad2bmp.exe [-d []] | [-l []] Examples: wad2bmp.exe c:\mywad.wad Extract all the textures in c:\mywad.wad to . wad2bmp.exe c:\mywad.wad -d Extract all the textures in c:\mywad.wad to \mywad. wad2bmp.exe c:\mywad.wad -d c:\test Extract all the textures in c:\mywad.wad to c:\test. wad2bmp.exe c:\mywad.wad -l List all the textures in c:\mywad.wad. wad2bmp.exe c:\mywad.wad -l c:\mywad.txt List all the textures in c:\mywad.wad and output them to c:\mywad.txt.